home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d3
/
allmac21.arc
/
GETCOM11.ARC
/
QMACB.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-08-27
|
302b
|
13 lines
@echo off
rem qmacB.bat Fri 07-13-1990 18:46:57
cls
echo Converts %1.QM (text) To %1.MAC (binary)
if not exist %1.QM goto NOTEXIST
g:\qe\QMAC %1.MAC %1.QM /B /A- %2 %3
goto END
:NOTEXIST
echo %1.QM does not exist
:END